home *** CD-ROM | disk | FTP | other *** search
- UnSetENV
-
- Format: UNSETENV [<name>] [SAVE]
- Template: NAME,SAVE/S
- Purpose: To remove a global variable
- Path: Internal
- Specification: UNSETENV removes thenamed global variable from the
- current varaible list. If the SAVE keyword is specified, a
- possible permanent copy of the variable is also removed from
- the system. With no arguments, UNSETENV lists the current
- variables.
-
- See also: SETENV
-